projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cdb6e7
)
(add-log-current-defun): Fix previous change--skip
author
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 05:53:16 +0000
(
05:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 10 May 1998 05:53:16 +0000
(
05:53
+0000)
tab and newline also.
lisp/add-log.el
patch
|
blob
|
history
diff --git
a/lisp/add-log.el
b/lisp/add-log.el
index 6d762cec01c079cfcba8bfa08674ec675b2b334f..bde35a63b43efd5f890a5787d4413fe44d467dd2 100644
(file)
--- a/
lisp/add-log.el
+++ b/
lisp/add-log.el
@@
-503,7
+503,7
@@
Has a preference of looking backwards."
(forward-sexp 1)
;; The second element is usually a symbol being defined.
;; If it is not, use the first symbol in it.
- (skip-chars-forward " '(")
+ (skip-chars-forward "
\tx\n
'(")
(buffer-substring (point)
(progn (forward-sexp 1)
(point)))))